
The linear dependency and rank functions are defined in matrix_linear_dep.c file

main is defined in matrix_main.c in which the above function is called .

and matrixworld is a shell file which contains the comand to complie and execute all the related files.
it will vary depend on the main program you are using .

To check correctness of above dependency function 


Compile with the commans:
sh matrixworld
Run with: 
./matrix
